shortcutSeparator

Class: com.microstrategy.web.app.taglibs.ShortcutSeparatorTag

Usage:

This Custom tag is to be used for defining the separator to be used between the different shortcut options in a list.
The following example will indicate that in between each one of the elements, some white spaces and a | will be displayed:
 <web:shortcutOptions type="toolbar" ucase="1" shortcutClass="menu" shortcutSelectedClass="menuSelected" runat="server" >
         
       <web:shortcutElement runat="server" />
         
       <web:shortcutSeparator runat="server" > | </web:shortcutSeparator>
 </web:shortcutOptions>
 


Name Required? Description
runat true Indicates that the ASP.Net control should be processed on the server